﻿2026-06-13T10:19:22.6528287Z ##[group]Run actions/checkout@v5
2026-06-13T10:19:22.6529394Z with:
2026-06-13T10:19:22.6529934Z   fetch-depth: 0
2026-06-13T10:19:22.6530587Z   repository: SaberMage/spt-core
2026-06-13T10:19:22.6536776Z   token: ***
2026-06-13T10:19:22.6537577Z   ssh-strict: true
2026-06-13T10:19:22.6538191Z   ssh-user: git
2026-06-13T10:19:22.6538772Z   persist-credentials: true
2026-06-13T10:19:22.6539395Z   clean: true
2026-06-13T10:19:22.6539947Z   sparse-checkout-cone-mode: true
2026-06-13T10:19:22.6540607Z   fetch-tags: false
2026-06-13T10:19:22.6541177Z   show-progress: true
2026-06-13T10:19:22.6541733Z   lfs: false
2026-06-13T10:19:22.6542255Z   submodules: false
2026-06-13T10:19:22.6542843Z   set-safe-directory: true
2026-06-13T10:19:22.6543716Z ##[endgroup]
2026-06-13T10:19:23.3568842Z Syncing repository: SaberMage/spt-core
2026-06-13T10:19:23.3569952Z ##[group]Getting Git version info
2026-06-13T10:19:23.3570318Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-13T10:19:23.3786965Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T10:19:23.4006689Z git version 2.43.0.windows.1
2026-06-13T10:19:23.4033723Z ##[endgroup]
2026-06-13T10:19:23.4041907Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\9f60d1a8-bd77-4017-879e-959129db96ef\.gitconfig'
2026-06-13T10:19:23.4054814Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\9f60d1a8-bd77-4017-879e-959129db96ef' before making global git config changes
2026-06-13T10:19:23.4055436Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T10:19:23.4059657Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-13T10:19:23.4302751Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-13T10:19:23.4488982Z https://github.com/SaberMage/spt-core
2026-06-13T10:19:23.4516335Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T10:19:23.4520363Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T10:19:23.4719810Z HEAD
2026-06-13T10:19:23.4988103Z ##[endgroup]
2026-06-13T10:19:23.4993088Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-13T10:19:23.9417355Z ##[group]Cleaning the repository
2026-06-13T10:19:23.9421920Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-13T10:19:25.3911509Z Removing target/
2026-06-13T10:19:25.3953657Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-13T10:19:25.4924204Z HEAD is now at 596e279 Merge b189513c697e4305452b836bcdc14ce1b573c7b4 into d338c2d8a36018ee5d21b548a40483c1cc07b1cc
2026-06-13T10:19:25.4955107Z ##[endgroup]
2026-06-13T10:19:25.4959167Z ##[group]Disabling automatic garbage collection
2026-06-13T10:19:25.4964532Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-13T10:19:25.5204585Z ##[endgroup]
2026-06-13T10:19:25.5205000Z ##[group]Setting up auth
2026-06-13T10:19:25.5211074Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T10:19:25.5436334Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T10:19:25.9296048Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T10:19:25.9554452Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T10:19:26.3193380Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T10:19:26.3411526Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T10:19:26.7461994Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-13T10:19:26.7786158Z ##[endgroup]
2026-06-13T10:19:26.7786943Z ##[group]Fetching the repository
2026-06-13T10:19:26.7794196Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +6b98561f05ce91955413fa74b34fd72d1fc225f1:refs/remotes/pull/8/merge
2026-06-13T10:19:30.8708631Z From https://github.com/SaberMage/spt-core
2026-06-13T10:19:30.8709101Z  * [new branch]      m9-user-surfaces                         -> origin/m9-user-surfaces
2026-06-13T10:19:30.8709539Z  * [new ref]         6b98561f05ce91955413fa74b34fd72d1fc225f1 -> pull/8/merge
2026-06-13T10:19:30.8839835Z ##[endgroup]
2026-06-13T10:19:30.8840304Z ##[group]Determining the checkout info
2026-06-13T10:19:30.8841394Z ##[endgroup]
2026-06-13T10:19:30.8850764Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-13T10:19:30.9174380Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-13T10:19:30.9470321Z ##[group]Checking out the ref
2026-06-13T10:19:30.9475285Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/8/merge
2026-06-13T10:19:31.0204134Z Previous HEAD position was 596e279 Merge b189513c697e4305452b836bcdc14ce1b573c7b4 into d338c2d8a36018ee5d21b548a40483c1cc07b1cc
2026-06-13T10:19:31.0205123Z HEAD is now at 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T10:19:31.0235547Z ##[endgroup]
2026-06-13T10:19:31.0521664Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-13T10:19:31.0781352Z 6b98561f05ce91955413fa74b34fd72d1fc225f1
